|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.AWXML.BaseObject
|
+--oracle.AWXML.Attribute
|
+--oracle.AWXML.AttributeProjection
Associates an Attribute for a Dimension to a Hierarchy or a Level of the Dimension.
| Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
| Constructor Summary | |
AttributeProjection(BaseObject input)Creates an AttributeProjection for the specified Hierarchy or Level. |
|
| Method Summary | |
java.lang.String |
Create(AWConnection connection)Creates the AttributeProjection in the current analytic workspace of the specified database connection. |
java.lang.String |
Delete(AWConnection connection)Removes the AttributeProjection from the analytic workspace. |
Attribute |
getAttribute()Gets the Attribute that the AttributeProjection associates with a Hierarchy or a Level. |
Hierarchy |
getHierarchy()Gets the Hierarchy that the AttributeProjection associates with the Attribute. |
Level |
getLevel()Gets the Level that the AttributeProjection associates with the Attribute. |
void |
setAttribute(Attribute input)Specifies the Attribute for the AttributeProjection. |
void |
setHierarchy(Hierarchy input)Specifies a Hierarchy that the AttributeProjection associates with an Attribute. |
void |
setLevel(Level input)Specifies a Level that the AttributeProjection associates with an Attribute. |
java.lang.String |
WriteToXML()Gets an XML representation of the AttributeProjection. |
| Methods inherited from class oracle.AWXML.Attribute |
Alter, getClassification, getDataType, getDimensionDomain, isDefaultOrder, isMultiLingual, setClassification, setDataType, setDimensionDomain, setIsDefaultOrder, setIsDefaultOrder, setIsMultiLingual, setIsMultiLingual |
| Methods inherited from class oracle.AWXML.BaseObject |
CreateAfter, CreateBefore, CreateFirst, DataRead, getColumnName, getId, getLongName, getLongName, getName, getOwner, getPluralName, getPluralName, getSchema, getShortName, getShortName, setColumnName, setLongName, setLongName, setName, setPluralName, setPluralName, setSchema, setShortName, setShortName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttributeProjection(BaseObject input)
AttributeProjection for the specified Hierarchy or Level. Rather than using this constructor, an application should create an AttributeProjection with the createAttributeProjection method of a Hierarchy or a Level. The application should then call the setAttribute method of the AttributeProjection to associate the Attribute with the Hierarchy or Level.input - The Hierarchy or Level that you want to own the AttributeProjection.| Method Detail |
public java.lang.String WriteToXML()
AttributeProjection.String that represents the AttributeProjection.public void setAttribute(Attribute input)
Attribute for the AttributeProjection.input - The Attribute to associate with the AttributeProjection.public Attribute getAttribute()
Attribute that the AttributeProjection associates with a Hierarchy or a Level.Attribute specified by the AttributeProjection.public void setLevel(Level input)
Level that the AttributeProjection associates with an Attribute. You can specify a Level with this method or a Hierarchy with the setHierarchy method.input - The Level for the AttributeProjection to associate with an Attribute.public Hierarchy getHierarchy()
Hierarchy that the AttributeProjection associates with the Attribute.Hierarchy that the AttributeProjection associates with the Attribute.public void setHierarchy(Hierarchy input)
Hierarchy that the AttributeProjection associates with an Attribute. You can specify a Hierarchy with this method or a Level with the setLevel method.input - The Hierarchy for the AttributeProjection to associate with an Attribute.public Level getLevel()
Level that the AttributeProjection associates with the Attribute.Level that the AttributeProjection associates with the Attribute.public java.lang.String Create(AWConnection connection)
AttributeProjection in the current analytic workspace of the specified database connection.connection - The AWConnection that represents the database connection.String that contains Success if the method creates the AttributeProjection.public java.lang.String Delete(AWConnection connection)
AttributeProjection from the analytic workspace.connection - The AWConnection that represents the database connection.String that contains Success if the method deletes the AttributeProjection.
|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||